summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-05-04 10:13:47 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:59 +0200
commitc16e663f7037d7b0650c2c69d1bcd69dd65a0b7f (patch)
tree8eb13a4aa70ef4a0a3959b586ea697b8bc402b58
parentandroid: Update dependencies (diff)
downloadyuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar
yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar.gz
yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar.bz2
yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar.lz
yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar.xz
yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar.zst
yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.zip
-rw-r--r--src/android/gradle.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties
index 4f4f20eb6..bf63cfce7 100644
--- a/src/android/gradle.properties
+++ b/src/android/gradle.properties
@@ -6,9 +6,8 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
-android.enableJetifier=true
-android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.defaults.buildfeatures.buildconfig=true